ArcPad Map File Schema
rotationtype Attribute
See Also  Send comments on this topic.
ArcPad Map File Schema : rotationtype Attribute

Glossary Item Box

Description

Three methods of calculating angles are available: 1)"arithmetic", An angle of 0 is east, and angles are calculated counterclockwise from east. 2)"counterclockwise", An angle of 0 is north, and angles are calculated counterclockwise from north. 3)"geographic", An angle of 0 is north, and angles are calculated clockwise from north.

Type

Restriction of xs:string

Use

optional

Source

<xs:attribute name="rotationtype" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="arithmetic" />
      <xs:enumeration value="counterclockwise" />
      <xs:enumeration value="geographic" />
      <xs:enumeration value="" />
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

See Also

© 2012 All Rights Reserved.